home *** CD-ROM | disk | FTP | other *** search
- *** ../../man/named.8 Mon Jul 3 00:16:22 1995
- --- named.8 Mon Aug 28 17:29:34 1995
- ***************
- *** 137,142 ****
- --- 137,144 ----
- secondary CC.Berkeley.EDU 128.32.137.8 128.32.137.3 cc.zone.bak
- secondary 6.32.128.IN-ADDR.ARPA 128.32.137.8 128.32.137.3 cc.rev.bak
- primary 0.0.127.IN-ADDR.ARPA localhost.rev
- + transfer dynamic.Berkeley.EDU /usr/local/adm/named/volitile.transfer.dynamic.Berkeley.EDU
- + secondary dynamic.Berkeley.EDU 127.0.0.1 /usr/local/adm/named/volatile.zone.dynamic.Berkeley.EDU
- forwarders 10.0.0.78 10.2.0.78
- limit max-xfers 10
- limit datasize 64M
- ***************
- *** 183,188 ****
- --- 185,201 ----
- since it is a needless waste of bandwidth. The second example ``secondary''
- line states that the address-to-hostname mapping for the subnet 128.32.136
- should be obtained from the same list of master servers as the previous zone.
- + .LP
- + The ``transfer'' line specifies an alternate zone-transfer mechanism for
- + date under ``dynamic.Berkeley.EDU''. The next ``secondary'' line tells
- + named to load data for ``dynamic.Berkeley.EDU'' from the listed file which
- + is updated by the program specified on the matching ``transfer'' statment.
- + In this case /usr/local/adm/named/volitile.transfer.dynamic.Berkeley.EDU is
- + run to generate the file
- + /usr/local/adm/named/volatile.zome.dyamic.Berkeley.EDU. The ``transfer''
- + command, and the ability to perform a zone transfer from host 127.0.0.1 is
- + a compile time option to named and may not be available in all versions of
- + named.
- .LP
- The ``forwarders'' line specifies the addresses of sitewide servers that
- will accept recursive queries from other servers. If the boot file
-